@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial,helvetica,clean,sans-serif,"微软雅黑";
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #df1f29;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #df1f29;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#df1f29;
}

/*header*/
.wrapper{margin:0 auto;width:1200px;}
.header{overflow:hidden;}
.header .logo{float:left;padding:25px 25px 25px 0;width:180px;height:60px;border-right:#ddd solid 1px;}
.header .logo img{display:block;width:180px;height:60px;}
.header .slogan{float:left;padding:25px 0 25px 30px;width:500px;height:60px;overflow:hidden;}
.header .slogan h2{height:50px;line-height:40px;font-size:44px;color:#242424;}
.header .slogan em{font-size:22px;color:#242424;}
.header .slogan2 li{float:left;padding:0 15px;font-size:17px;line-height:24px;color:#666;background:url(../images/slogan_dot.png) no-repeat 0 center;}
.header .tel{float:right;padding:25px 160px 30px 60px;height:50px;line-height:25px;overflow:hidden;background:url(../images/head_tel.png) no-repeat 0 center;}
.header .tel span{display:block;font-size:18px;color:#666;}
.header .tel strong{display:block;font-family:Arial;font-size:26px;font-weight:bold;color:#0079d5;}
.header .slogan2{float:left;padding:35px 0 15px 0px;width:200px;height:60px;overflow:hidden;}

/* end header*/

/*nav*/
.nav{position:relative;width:100%;height:60px;line-height:60px;background:#0079d5;}
.nav-list{margin:0 auto;width:1200px;}
.nav-list li{float:left;font-size:17px;}
.nav-list li>a{display:block;padding:0 35px;color:#fff;}
.nav-list li>a:hover,.nav-list li.cur>a{background:#e60009;}
.nav-list li .dropDown{display:none;position:absolute;z-index:9999;top:100%;left:0;width:100%;text-align:center;background:#f2f2f2;background:rgba(242,242,242,0.9);box-shadow:0 0 30px #aaa inset;}
.subMenu-list{padding-top:50px;padding-bottom:30px;width:1220px;overflow:hidden;}
.subMenu-list dd{float:left;margin-right:20px;margin-bottom:20px;width:224px;overflow:hidden;background:#fff;}
.subMenu-list dd a{display:block;padding:10px 12px;border-radius:50%;transition: all 1s;}
.subMenu-list dd a:hover{box-shadow:0 0 30px #e60009 inset;border-radius:0;}
.subMenu-list dd img{display:block;width:200px;height:200px;}
.subMenu-list dd span{display:block;margin-top:10px;height:22px;line-height:22px;font-size:14px;color:#666;text-align:center;overflow:hidden;}
.subMenu-list dd a:hover span{color:#e60009;}
.subMenu-list2{margin:0 auto;padding-top:15px;width:1200px;height:62px;line-height:60px;text-align:center;overflow:hidden;}
.subMenu-list2 a{display:inline-block;margin:0 20px;font-size:16px;color:#0079d5;}
.subMenu-list2 a:hover{color:#e60009;border-bottom:#e60009 solid 2px}
/*end nav*/

/*footer*/
.footer{padding:80px 0 50px;overflow:hidden;background:#0079d5;}
.ft-menu{float:left;width:600px;}
.ft-menu dl{float:left;width:200px;}
.ft-menu dt{height:40px;line-height:40px;font-size:18px;overflow:hidden;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;}
.ft-menu dd{padding-top:10px;}
.ft-menu dd a{display:block;font-size:14px;color:#eee;height:35px;line-height:35px;overflow:hidden;}
.ft-menu dd a:hover{color:#fff;text-shadow:0 0 2px #fff;}
.ft-QRcode{float:left;padding-top:10px;width:140px;overflow:hidden;}
.ft-QRcode img{display:block;width:140px;height:140px;border-radius:5px;}
.ft-QRcode p{margin-top:20px;text-align:center;font-size:14px;color:#eee;}
.ft-info{float:right;}
.ft-tel{padding:5px 60px 5px 0;height:50px;line-height:25px;text-align:right;background:url(../images/ft_tel.png) no-repeat right 40%;}
.ft-tel span{display:block;font-size:14px;color:#eee;}
.ft-tel strong{font-size:24px;font-family:Arial;color:#ffffff;}
.copyright{margin:25px 0;font-size:14px;line-height:25px;color:#eee;text-align:right;overflow:hidden;}
.copyright span{display:inline-block;margin-left:20px;}
.copyright a{color:#eee;}
.copyright a:hover{color:#eee;}
.cnzz{position:relative;text-align:right;font-size:14px;line-height:25px;}
.cnzz span{color:#eee;margin-right:5px;}
